home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 31 / q31.d81 / t.bio-comp 128 < prev    next >
Text File  |  2022-08-28  |  4KB  |  79 lines

  1.  
  2.  
  3.                           B I O - C O M P   1 2 8
  4.  
  5.                          Program by William Skrypka
  6.  
  7.                            Text by Fender Tucker
  8.  
  9.  
  10.     BIORHYTHMS is a concept based upon one big premise: on the day an
  11. individual is born, three major cycles start, and these cycles continue on
  12. through the individual's life.  The three cycles are these:
  13.  
  14.  (1) Physical - 23 days
  15.  (2) Emotional - 28 days
  16.  (3) Intellectual - 33 days
  17.  
  18.     William Skrypka has taken this concept and produced an excellent
  19. program that will display on screen or printer how these cycles will affect
  20. you.  All you have to do is give the program your name, birthdate and the
  21. dates for which you want to see a chart of your cycles.
  22.  
  23.     The program's first option is an explanation of biorhythms so I won't
  24. go into that in this text.  However, there are a few aspects of the program
  25. that you should know about.
  26.  
  27.  (1) William is from Ontario and has written the program's date input
  28. routine so that you are to enter the DAY first, then the MONTH, then the
  29. YEAR.  In the U.S. we usually put the MONTH first, followed by the DAY and
  30. the YEAR.  The format wanted is printed on the screen directly below the
  31. input prompt.  Be sure to enter the dates properly or you'll be getting
  32. someone else's biorhythm!
  33.  
  34.  (2) The program is set for dates between 1900 and 1999, but by pressing X
  35. at the prompt for the last two digits of the year you can enter dates for
  36. the years 2000 to 2999.  Old IBM software may blow up when the year 2000
  37. comes around, but William has thought ahead.
  38.  
  39.  (3) The print routines allow you to select between DRAFT printing and NLQ
  40. printing.  DRAFT should work for any printer but the NLQ mode sends
  41. commands that work on Epson-emulating printers.  If the NLQ mode doesn't
  42. print the screens properly, you should either stick to the DRAFT mode or
  43. change the codes being sent to the printer in lines 2506-2515.  The program
  44. listing is well-REMarked and it's easy to tell which line sends which
  45. printer code.
  46.  
  47.  (4) William wrote the program to be compiled with the Abacus 128 COMPILER
  48. but since the program runs fast enough in BASIC (in my judgment), I've
  49. decided to publish the BASIC source code and leave the compiling up to you.
  50. There are a few things that I would have programmed differently but on the
  51. whole, William has written straightforward code with many REMarks.  This is
  52. a good program to study and tweak if you are interested in BASIC
  53. programming.
  54.  
  55.  
  56.  DISCLAIMER
  57.  ----------
  58.  
  59.     Whether you believe in the BIORHYTHMS concept or not, the program makes
  60. charting one's cycles easy and visually appealing.  BIORHYTHMS is one of
  61. those concepts, like fractals, that is perfect for computers.  Can you
  62. imagine calculating and drawing these charts by hand?
  63.  
  64.     LOADSTAR, of course, makes no guarantees that you will have a red-
  65. letter day on the day the program implies you will.  But on the other hand,
  66. we can't guarantee your day will be a dismal as the program says.  Let's
  67. all have fun with BIO-COMP 128 and lead our lives as if WE are responsible
  68. for them...because we are.
  69.  
  70.     Since the program allows you to compare two people's biorhythms, it can
  71. be a great "ice-breaker" at a party or on a date, even if the cycles spell
  72. doom for the both of you.  Remember, there's nothing wrong with proving a
  73. computer wrong -- unless of course you're on a mission to Jupiter and the
  74. onboard computer says there's an error in the AE-35 Unit when there's not
  75. one.  THAT'S when you start worrying.
  76.  
  77.                      \\\\\  R - Run   RETURN - Menu  \\\\\
  78.  
  79.